home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_setupP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.2 KB  |  48 lines

  1. /*****************************************************************************
  2.   FILE           : ui_setupP.h
  3.   SHORTNAME      : setupP.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.  
  10.   AUTHOR         : Tilman Sommer
  11.   DATE           : 27.3.1990
  12.  
  13.   CHANGED BY     :
  14.   IDENTIFICATION : @(#)ui_setupP.h    1.8 3/2/94
  15.   SCCS VERSION   : 1.8
  16.   LAST CHANGE    : 3/2/94
  17.  
  18.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  19.              
  20. ******************************************************************************/
  21.  
  22.  
  23. #ifndef _UI_SETUPP_DEFINED_
  24. #define _UI_SETUPP_DEFINED_
  25.  
  26.  
  27.  
  28.  
  29. extern void  ui_set_showProc(Widget w, int value, caddr_t call_data);
  30. extern void  ui_set_getSetupData(Widget widget, int toggleNumber, caddr_t call_data);
  31. extern void  ui_thumbed(Widget widget, int trigger, XtPointer top_ptr); 
  32. extern void  ui_scrolled(Widget widget, caddr_t label_ptr, XtPointer value_ptr);
  33. extern void  ui_set_assignLayers(Widget w, caddr_t client_data, caddr_t call_data);
  34. extern void  ui_set_colorProc(Widget w, int value, caddr_t call_data);
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. #endif /* _UI_SETUPP_DEFINED_ */
  42.  
  43.  
  44. /* end of file */
  45. /* lines: 36 */
  46.  
  47. /* 47 lines generated by deleteprivatedefinitions.awk */
  48.